go/types.Package.cgo (field)
5 uses
go/types (current package)
call.go#L455: if pkg.cgo {
call.go#L506: if pkg.cgo && strings.HasPrefix(exp.name, "_Cvar_") {
call.go#L512: if pkg.cgo && strings.HasPrefix(exp.name, "_Cmacro_") {
package.go#L20: cgo bool // uses of this package will be rewritten into uses of declarations from _cgo_gotypes.go
resolver.go#L150: imp.cgo = check.conf.go115UsesCgo
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)